home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Amaya 6.4 / Windows NT.exe / _SETUP.1 / selecting_by_structure.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-11  |  3.0 KB  |  84 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.     
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  8.   <meta name="GENERATOR" content="amaya 5.2" />
  9.   <title>Selecting by Structure</title>
  10.   <style type="text/css"> </style>
  11.   <link href="../style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <table border="0" summary="toc">
  17.   <tbody>
  18.     <tr>
  19.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  20.         src="../../images/amaya.gif" /></td>
  21.       <td><p><a href="selecting_images.html" accesskey="p"><img alt="previous"
  22.         src="../../images/left.gif" /></a> 
  23.         <a href="../Selecting.html" accesskey="t"><img alt="top" src="../../images/up.gif" /></a> 
  24.         </p>
  25.       </td>
  26.     </tr>
  27.   </tbody>
  28. </table>
  29.  
  30. <div id="page_body">
  31. <h1>Selecting by Structure</h1>
  32.  
  33. <p>The structure view is especially convenient for quickly selecting large
  34. elements or groups of elements within a document.</p>
  35.  
  36. <p class="ProcedureCaption">To select an element:</p>
  37. <ul>
  38.   <li>There are three ways to select a large element like a complex table or
  39.     a long list with a single click: Click the blue label that represents the
  40.     element, click the name of any of its attributes, or click the blue
  41.     vertical line associated with that element.</li>
  42. </ul>
  43.  
  44. <p class="ProcedureCaption">To select a text character or text string within
  45. a structure:</p>
  46. <ul>
  47.   <li>Click a text character in Structure view to select only that character.
  48.     To select a text string, click and drag across the text.</li>
  49. </ul>
  50.  
  51. <p class="ProcedureCaption">To select an attribute value:</p>
  52. <ul>
  53.   <li>In Structure view, attribute values that can be edited from the
  54.     keyboard are represented in bold text. Click and drag across the
  55.     attribute value to select it. You cannot extend this type of text
  56.     selection outside the attribute value.</li>
  57. </ul>
  58.  
  59. <p class="ProcedureCaption">To select structure elements using the
  60. keyboard:</p>
  61. <ul>
  62.   <li>Press the <code>Esc</code> key on Unix or the <code>F2</code> key on
  63.     Windows to select the parent element in the document structure. Press the
  64.     key several times to select containers (and everything in them) up the
  65.     structure towards the root.
  66.     <p></p>
  67.   </li>
  68.   <li>Press <code>Control+-</code> (minus key) to select a child element.
  69.     <p></p>
  70.   </li>
  71.   <li>Press <code>Control+k</code> to select the next element at the same
  72.     level, or at the level of the parent element if there is no next or
  73.     previous child of the current level.
  74.     <p></p>
  75.   </li>
  76.   <li>Press <code>Control-j</code> to select the previous element at the same
  77.     level, or at the level of the parent element if there is no previous
  78.     child of the current level.</li>
  79. </ul>
  80. </div>
  81.  
  82. </body>
  83. </html>
  84.